+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
+Wed Apr 5 00:08:36 2000 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
+ indentation.
+
+ * Makefile.am (EXTRA_DIST): Fix typo.
+
+ * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
+ to catch gdkconfig.h
+
+ * gtk/gtkitemfactory.c: Added FIXME.
+
2000-03-30 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpaned.c (gtk_paned_get_position): oops.
examples/buttons/buttons.c \
examples/buttons/info.xpm \
examples/calendar/Makefile \
- examples/calendar/gcalendar.c \
+ examples/calendar/calendar.c \
examples/clist/Makefile \
examples/clist/clist.c \
examples/entry/Makefile \
INCLUDES = @STRIP_BEGIN@ \
-DG_LOG_DOMAIN=\"Gdk\" \
-I$(top_srcdir) \
+ -I$(top_builddir)/gdk \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \
-DG_LOG_DOMAIN=\"Gdk\" \
-I$(top_srcdir) \
-I$(top_srcdir)/gdk \
+ -I$(top_builddir)/gdk \
@GTK_DEBUG_FLAGS@ \
@GTK_XIM_FLAGS@ \
@GTK_LOCALE_FLAGS@ \
gdk_x11_gc_values_to_xvalues (values, values_mask, &xvalues, &xvalues_mask);
data->xgc = XCreateGC (GDK_GC_XDISPLAY (gc),
- GDK_DRAWABLE_XID (drawable),
- xvalues_mask, &xvalues);
+ GDK_DRAWABLE_XID (drawable),
+ xvalues_mask, &xvalues);
return gc;
}
*path = g_strdup (str);
+ /* FIXME: This does not handle __ correctly !!! */
p = q = *path;
while (*p)
{